From: Jyrki Gadinger Date: Thu, 15 May 2025 15:11:04 +0000 (+0200) Subject: fix(AppImage): bundle client translations X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1^2~13^2~1^2~36^2 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=74e995336bf464075de7fc15b92efbff5b54c6fe;p=nextcloud-desktop.git fix(AppImage): bundle client translations Signed-off-by: Jyrki Gadinger --- diff --git a/admin/linux/build-appimage.sh b/admin/linux/build-appimage.sh index 61b1b6f67..8a5ccb436 100755 --- a/admin/linux/build-appimage.sh +++ b/admin/linux/build-appimage.sh @@ -63,6 +63,10 @@ rm -rf usr/share/caja-python/ rm -rf usr/share/nautilus-python/ rm -rf usr/share/nemo-python/ +# The client-specific data dir also contains the translations, we want to have those in the AppImage. +mkdir -p AppDir/usr/share +mv usr/share/${EXECUTABLE_NAME} AppDir/usr/share/${EXECUTABLE_NAME} + # Move sync exclude to right location mv /app/etc/*/sync-exclude.lst usr/bin/ rm -rf etc